Reads array slice from the database to memory. 
Class
TCustomIBCArray
 Syntax
procedure ReadArraySlice(const Bounds: array of integer);
Parameters
Bounds
Holds the upper and lower boundaries of the array slice. 
Remarks
Call the ReadArraySlice method to read array slice from database to memory. 
See Also